-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Hacktoberfest 2020: Conway's Game of Life #3070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I see another Game of Life in this repo. Do you think we can move these 2 (yours and that one) into one folder? https://github.com/TheAlgorithms/Python/blob/master/other/game_of_life.py |
Ohp I didn't realise that existed! Yeah we should probably move them both into the cellular_automata folder right? |
Co-authored-by: John Law <[email protected]>
Fixes...
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
* Created conways_game_of_life.py * Added new_generation(list[int[int]]) -> list[list[int]] * Added glider example * Added comments and shortened glider example * Fixed index out of bounds error * Added test * Added blinker example * Added ability to generate images * Moved image generating code into a separate function * Added comments * Comment * Reformatted file * Formatting * Removed glider test * Update cellular_automata/conways_game_of_life.py Co-authored-by: John Law <[email protected]> * Update conways_game_of_life.py * Update conways_game_of_life.py Co-authored-by: John Law <[email protected]>
* Created conways_game_of_life.py * Added new_generation(list[int[int]]) -> list[list[int]] * Added glider example * Added comments and shortened glider example * Fixed index out of bounds error * Added test * Added blinker example * Added ability to generate images * Moved image generating code into a separate function * Added comments * Comment * Reformatted file * Formatting * Removed glider test * Update cellular_automata/conways_game_of_life.py Co-authored-by: John Law <[email protected]> * Update conways_game_of_life.py * Update conways_game_of_life.py Co-authored-by: John Law <[email protected]>
* Created conways_game_of_life.py * Added new_generation(list[int[int]]) -> list[list[int]] * Added glider example * Added comments and shortened glider example * Fixed index out of bounds error * Added test * Added blinker example * Added ability to generate images * Moved image generating code into a separate function * Added comments * Comment * Reformatted file * Formatting * Removed glider test * Update cellular_automata/conways_game_of_life.py Co-authored-by: John Law <[email protected]> * Update conways_game_of_life.py * Update conways_game_of_life.py Co-authored-by: John Law <[email protected]>
* Created conways_game_of_life.py * Added new_generation(list[int[int]]) -> list[list[int]] * Added glider example * Added comments and shortened glider example * Fixed index out of bounds error * Added test * Added blinker example * Added ability to generate images * Moved image generating code into a separate function * Added comments * Comment * Reformatted file * Formatting * Removed glider test * Update cellular_automata/conways_game_of_life.py Co-authored-by: John Law <[email protected]> * Update conways_game_of_life.py * Update conways_game_of_life.py Co-authored-by: John Law <[email protected]>
Describe your change:
Added Conway's Game of Life.
Checklist:
Fixes: #{$ISSUE_NO}
.